furny.ga.logger
Enum DataCache.DataId
java.lang.Object
java.lang.Enum<DataCache.DataId>
furny.ga.logger.DataCache.DataId
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<DataCache.DataId>
- Enclosing class:
- DataCache
private static enum DataCache.DataId
- extends java.lang.Enum<DataCache.DataId>
Method Summary |
static DataCache.DataId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataCache.DataId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MEAN_FITNESS_OVER_TIME
public static final DataCache.DataId MEAN_FITNESS_OVER_TIME
MEAN_FITNESS_OVER_GENERATIONS
public static final DataCache.DataId MEAN_FITNESS_OVER_GENERATIONS
MIN_FITNESS_OVER_TIME
public static final DataCache.DataId MIN_FITNESS_OVER_TIME
MAX_FITNESS_OVER_TIME
public static final DataCache.DataId MAX_FITNESS_OVER_TIME
MIN_FITNESS_OVER_GENERATIONS
public static final DataCache.DataId MIN_FITNESS_OVER_GENERATIONS
MAX_FITNESS_OVER_GENERATIONS
public static final DataCache.DataId MAX_FITNESS_OVER_GENERATIONS
FURNID_COUNT
public static final DataCache.DataId FURNID_COUNT
values
public static DataCache.DataId[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DataCache.DataId c : DataCache.DataId.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DataCache.DataId valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null